home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / python-gtk2 / README.Debian < prev    next >
Encoding:
Text File  |  2007-02-21  |  211 b   |  12 lines

  1. pygtk for Debian
  2. ----------------
  3.  
  4. To use the new gtk, you'll need to use the following code:
  5.  
  6. import pygtk
  7. pygtk.require('2.0')
  8. import gtk
  9.  
  10.  
  11.  -- Gustavo Noronha Silva <kov@debian.org>, Wed Sep 21 10:59:53 2005
  12.